home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
ForCLI
/
CutAndPaste.lha
/
CutAndPaste
/
Makefile.orig
< prev
next >
Wrap
Makefile
|
1987-09-01
|
241b
|
18 lines
all: cut paste
paste: paste.o spaste.o getopt.o
cc -o paste paste.o spaste.o getopt.o
cut: cut.o getopt.o
cc -o cut cut.o getopt.o
lint: lint_cut lint_paste
lint_cut:
lint cut.c getopt.c
lint_paste:
lint paste.c spaste.c getopt.c